home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1581 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  893 b 

  1. Path: news.bridge.net!news
  2. From: David Byrden <100101.2547@compuserve.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: changing the size linked to a pointer with keeping the same address
  5. Date: 11 Jan 1996 19:22:34 GMT
  6. Organization: self-employed
  7. Message-ID: <4d3o1q$d9m@news.bridge.net>
  8. References: <4chia6$1sl@vishnu.jussieu.fr>
  9. NNTP-Posting-Host: ppp-mia1-65.bridge.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  14.  
  15.  
  16. Olivier;
  17.  
  18. Your memory manager is like a hotel manager.
  19. If a guest want to leave his room and take two adjacent rooms, the 
  20. manager can probably satisfy him.
  21. If the guest wants to use the room adjacent to the one he is ALREADY 
  22. IN, the manager can't help because someone else is probably in it.
  23.  
  24. So, the memory management routines of the C library do not support this
  25. request.
  26.  
  27.    David
  28.  
  29.  
  30.